home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / sabdu230.zip / PROBLEMS.TXT < prev    next >
Text File  |  1993-07-01  |  2KB  |  39 lines

  1.    If you have any problems with SABDU please send
  2.    me a copy of your AUTOEXEC.BAT, CONFIG.SYS and the
  3.    SAB.INI file in your \WINDOWS directory.  Please
  4.    indicate what version of DOS your are using
  5.    including the vendor and the manufacturer of the
  6.    microcomputer, controller card, and floppy
  7.    diskette drives.
  8.  
  9.    To report problems or just to send comments contact
  10.    me via CompuServe: Stewart Berman 76366,1664
  11.    or via InterNet Stewart.Berman@ExecNet.Com
  12.    or via InterLink BBS network Windows conference
  13.    or via snail mail:
  14.           Stewart A. Berman
  15.           34 Adler Place -- Suite B
  16.           Bronx, NY  10475
  17.  
  18.  
  19. Reported Prolems:
  20. -----------------
  21. The following messages are incorrectly generated when running under
  22. the Windows debugging kernels.
  23.  
  24. wn SABDU GDI: Brush not deleted: 0D92
  25. wn SABDU GDI: Brush not deleted: 0DAA
  26. wn SABDU GDI: Brush not deleted: 0F12
  27. wn SABDU GDI: Brush not deleted: 0DA6
  28. wn SABDU GDI: Brush not deleted: 3A1E
  29.  
  30. The messages are generated because the brushes are created by the
  31. DLL's Microsoft Foundation Classes' (MFC) initialization module.
  32. During this initialization Windows assigns all of the created GDI
  33. objects to the EXE that caused the library to load (SABDU).  When
  34. SABDU ends the debugging kernels issue the messages because the
  35. brushes have not yet been deleted.  However, when the library unloads
  36. (immediately after SABDU.EXE ends) the termination routine deletes
  37. the brushes.  Therefore the brushes are not left around and the messages
  38. should not be generated.
  39.